Skip to content

chore(deps): update angular dependencies#2005

Merged
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/angular-dependencies
Jun 14, 2025
Merged

chore(deps): update angular dependencies#2005
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/angular-dependencies

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^19.2.14 -> ^19.2.15 age adoption passing confidence
@angular-eslint/builder (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@angular-eslint/schematics (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@angular-eslint/template-parser (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@angular/build 19.2.14 -> 19.2.15 age adoption passing confidence
@angular/cli ^19.2.14 -> ^19.2.15 age adoption passing confidence
@gc-utils/fs-extra (source) ^0.2.2 -> ^0.3.0 age adoption passing confidence
@nx/angular (source) ^21.1.2 -> ^21.2.0 age adoption passing confidence
@nx/devkit (source) ^21.1.2 -> ^21.2.0 age adoption passing confidence
@nx/vite (source) ^21.1.2 -> ^21.2.0 age adoption passing confidence
angular-eslint (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
typescript-eslint (source) ^8.33.1 -> ^8.34.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular/build)

v19.2.15

Compare Source

@​angular-devkit/build-angular
Commit Type Description
b120e1411 fix update dependency webpack-dev-server to v5.2.2
ghiscoding/gc-utils (@​gc-utils/fs-extra)

v0.3.0

Compare Source

Bug Fixes
Features

0.2.2 (2025-05-16)

Bug Fixes
  • repo directory path (a3eae91) - by @​

0.2.1 (2025-05-16)

Bug Fixes
nrwl/nx (@​nx/angular)

v21.2.0

Compare Source

21.2.0 (2025-06-12)

🚀 Features
  • angular: add support for rspack module federation (#​31231)
  • angular: support angular cli v20.0.0-rc.3 (#​30715)
  • angular: update nx init legacy integrated migration for angular to handle angular v17 (#​31352)
  • ⚠️ angular: support angular v20 (#​31369)
  • angular: update angular eslint packages to v20 (#​31489)
  • bundling: use tsconfig.lib.json for rollup.config.ts (#​30453)
  • gradle: exclude dependsOn tasks (#​30913)
  • misc: enhance IDE integration with Nx Console auto-installation and improved logging (#​31462)
  • nest: Update nest version to 11 (#​31393, #​30188)
  • nx-dev: AI landing page (#​31310)
  • nx-dev: update hero tagline (41387af458)
  • nx-dev: add rss and atom feeds (ee7dbf9c3a)
  • repo: enhance Claude Code workflow and settings (#​31405, #​31380)
  • repo: add golden list of projects to our Nightly CI (#​31414)
  • repo: add ndcunningham to Claude workflow authorized users (#​31479)
  • repo: migrate to pnpm 10 (#​31427)
  • ⚠️ storybook: support storybook 9 (#​31172)
🩹 Fixes
  • add .ts extension to nx-release script reference in project.json (#​31483)
  • angular: update tsconfig files generation to better support angular v20 (#​31357)
  • angular: keep extra target metadata when needed in convert-to-rspack generator (#​31309)
  • angular: generate correct output for buildable libraries on windows (#​31437, #​31436)
  • angular: optimize ng-packagr-lite watch mode file writing (#​31434, #​31033)
  • bundling: do not normalize tsconfig path for Windows with rollup (#​30567)
  • bundling: correctly handle .cjs.js .mjs.js in rollup for type definitions (#​29366, #​29308)
  • core: handle killing child processes of continuous tasks on Windows (#​31296, #​31235)
  • core: do not hide task list with run-many if there is only 1 task (#​31324)
  • core: generate workspace file readme typo (#​31341, #​31335)
  • core: fix broken nx-cloud url shortening logic (#​31283)
  • core: infer codex environment and use default tasks runner (#​31359)
  • core: use next available port when the port for nx graph is in use (#​31365, #​30915)
  • core: handle run-commands targets with no commands (#​31364, #​31345)
  • core: implement missing --print flag for nx graph command (#​31406, #​30255)
  • core: update getTouchedProjectsFromLockFile to handle deleted/moved projects correctly (#​31361)
  • core: ensure nx init implementation for angular correctly resolves @angular/core (#​31430, #​31291)
  • core: print installation logs when installing latest version during nx migrate and using --verbose (#​31432)
  • core: use ts-node option from tsconfig files when creating transpiler (#​31469)
  • core: Update macos pipelines configuration (#​31476)
  • core: scope typescript resolution cache correctly when processing the graph (#​31455, #​31223)
  • core: remove tabs from local workspace plugins section in nx report (#​31490)
  • core: handle external node without default version when generating a pnpm pruned lockfile (#​31503, #​28627)
  • core: add conditional compilation for WASM build compatibility (#​31491)
  • core: default to 'run' target when only project is specified (#​31452)
  • core: remove log_error function and standardize logging (#​31515)
  • core: scope native logging to nx module by default (#​31530)
  • core: simplify Nx Console installation prompt (#​31532)
  • core: update Node.js version to 22.16.0 since the rust-docker-lts version is not updated (#​31547)
  • gradle: change run and bootRun to cacheable false (#​31287)
  • gradle: add migration script to check gradle plugin version (#​31304)
  • gradle: fix gradle test running gaps (#​31313)
  • js: write typescript plugin cache files atomically (#​31390, #​30239, #​31187)
  • js: enable end-to-end tests for Vue application in dev mode (#​31415)
  • js: enhance TypeScript transformer loading to support function-based plugins (#​31443, #​31411)
  • linter: speed up inferred plugin node processing (#​31281)
  • linter: handle ng-package.json file with no lib.entryFile in @nx/enforce-module-boundaries rule (#​31360)
  • linter: fix line endings handling in '@​nx/eslint:convert-to-flat-config' generator (#​31043)
  • linter: infer lint tasks with inputs using {workspaceRoot} to support nested projects (#​31488, #​31264)
  • linter: update allowed ESLint config file extensions (#​30127)
  • module-federation: use runtimeChunk false when not in dev mode (#​31256, #​30637, #​31114)
  • module-federation: enhance remote entry handling with query parameters in paths (#​30615, #​30602)
  • nextjs: add extension alias support for handling ESM libs (#​31323, #​30714)
  • node: add project name sanitization for Docker commands. (#​31461, #​31421)
  • node: esbuild breaks and does not cleanup (#​30469)
  • nx-dev: only track analytics in prod envs (#​31367)
  • react: add missing dependency when generating a react lib that has testing (#​31308)
  • react: routing option to library generator (#​31328, #​30721)
  • react: allow for buildTargetWebpack to have an executor of @​nx/webpack:webpack or @​nx/rspack:rspack (#​30253, #​30235)
  • release: sort groups topologically bottom-up and fix typo to allow multi-level group dependencies (#​31374)
  • release: changelog filtering logic for the project commits (#​31449)
  • remix: update setup-tailwind generator to correct import statements (#​30599, #​30343)
  • repo: MacOS failures in our E2E Tests (#​31528)
  • rspack: fix issue with optimization options in rspack config (#​31337, #​31268, #​30292)
  • rspack: ensure nest applications generated correctly #​31204 (#​31424, #​31204)
  • rspack: Add missing return for rspack composoable plugin (#​31372)
  • rspack: must run type check with @​nx/rspack:rspack when skipTypeChecking is false (#​31027, #​31026)
  • storybook: improve speed of storybook plugin (#​31277, #​22953, #​31276)
  • vite: bump @​analogjs/vite-plugin-angular to 1.16.x (#​31317)
  • vite: add ajv dependency for non-pnpm package managers (#​31413)
  • vite: resolve project-specific tsconfig before workspace fallback (#​31423, #​28945)
  • vite: NxReporter compatible with Vitest ≥0.29 (#​31425)
  • webpack: add support for retrieving all transitive non-buildable dependencies (#​31343)
  • webpack: handle package.json exports field for non-buildable libs (#​31444)
⚠️ Breaking Changes
  • storybook: Remove deprecated generators:
  • angular: Support for Angular v17 was dropped.
❤️ Thank You

Configuration

📅 Schedule: Branch creation - "every 4 weeks on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the 📦 dependencies Pull requests that update a dependency file label Jun 14, 2025
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@codecov

codecov Bot commented Jun 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (a6c89d6) to head (885ed96).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2005   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         195      195           
  Lines       35933    35933           
  Branches    10655    10655           
=======================================
  Hits        35933    35933           
Flag Coverage Δ
angular 100.0% <ø> (ø)
universal 100.0% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pkg-pr-new

pkg-pr-new Bot commented Jun 14, 2025

Copy link
Copy Markdown
angular-slickgrid

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/angular-slickgrid@2005

aurelia-slickgrid

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/aurelia-slickgrid@2005

slickgrid-react

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/slickgrid-react@2005

slickgrid-vue

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/slickgrid-vue@2005

@slickgrid-universal/binding

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/binding@2005

@slickgrid-universal/common

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/common@2005

@slickgrid-universal/composite-editor-component

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/composite-editor-component@2005

@slickgrid-universal/custom-footer-component

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/custom-footer-component@2005

@slickgrid-universal/custom-tooltip-plugin

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/custom-tooltip-plugin@2005

@slickgrid-universal/empty-warning-component

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/empty-warning-component@2005

@slickgrid-universal/event-pub-sub

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/event-pub-sub@2005

@slickgrid-universal/excel-export

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/excel-export@2005

@slickgrid-universal/graphql

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/graphql@2005

@slickgrid-universal/odata

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/odata@2005

@slickgrid-universal/pagination-component

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/pagination-component@2005

@slickgrid-universal/row-detail-view-plugin

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/row-detail-view-plugin@2005

@slickgrid-universal/rxjs-observable

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/rxjs-observable@2005

@slickgrid-universal/text-export

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/text-export@2005

@slickgrid-universal/utils

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/utils@2005

@slickgrid-universal/vanilla-bundle

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/vanilla-bundle@2005

@slickgrid-universal/vanilla-force-bundle

npm i https://pkg.pr.new/ghiscoding/slickgrid-universal/@slickgrid-universal/vanilla-force-bundle@2005

commit: 885ed96

@ghiscoding ghiscoding merged commit 7a3331b into ghiscoding:master Jun 14, 2025
13 checks passed
@renovate-bot renovate-bot deleted the renovate/angular-dependencies branch June 14, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants